projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20057d5
)
Indentation fixes.
author
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 28 Jun 2002 19:53:04 +0000
(19:53 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 28 Jun 2002 19:53:04 +0000
(19:53 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index b523cdd6ba330cdbb3cc37c9e477d87b3031f76a..8f59ac1297d4f94ca6d57c00c349581d06523210 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-10912,15
+10912,15
@@
XTread_socket (sd, bufp, numchars, expected)
}
case FocusIn:
-
{
+ {
int n;
n = x_detect_focus_change (dpyinfo, &event, bufp, numchars);
if (n > 0)
-
{
- bufp += n, count += n, numchars -= n;
-
}
-
}
+ {
+
bufp += n, count += n, numchars -= n;
+ }
+ }
goto OTHER;